projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
023c80d
)
Add #include "intervals.h"
author
Karl Heuer
<kwzh@gnu.org>
Sat, 17 Sep 1994 03:15:29 +0000
(
03:15
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sat, 17 Sep 1994 03:15:29 +0000
(
03:15
+0000)
src/xfaces.c
patch
|
blob
|
history
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xfaces.c
b/src/xfaces.c
index 4869076e07df0db98fa15c3c0d0eb5cc92075d7a..33ffb588f4c5e01d85311d84536bae59cae77a14 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-33,6
+33,7
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "frame.h"
#include "blockinput.h"
#include "window.h"
+#include "intervals.h"
/* Compensate for bug in Xos.h on some systems, on which it requires
time.h. On some such systems, Xos.h tries to redefine struct
diff --git
a/src/xterm.c
b/src/xterm.c
index 21e9ab7f63a1a0e136af23ea982cbc7cb1eab01c..c3f863a280ab7ca95c2f3bd674baf1dae24eaed0 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-80,6
+80,7
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "buffer.h"
#include "window.h"
#include "keyboard.h"
+#include "intervals.h"
#ifdef USE_X_TOOLKIT
extern XtAppContext Xt_app_con;